Visualizations
Fatal Encounters
ca_only_tidy = transpose(fe_data).map(p => ({
// name: p.Name,
'Year': new Date(p[' Date of injury resulting in death (month/day/year)']).getFullYear(),
'Number of Fatal Encounters': 1,
'race': p['Race with imputations'],
'lea': p['Agency or agencies involved']}));